<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rollBox {
	height: 203px;
	width: 950px;
	overflow: hidden;
}
.LeftBotton { 
 float:left;
 width:19px;
 height:203px; 
 cursor:pointer;
}
.RightBotton {
width:19px;
height:203px;
float:left;
 cursor:pointer;
}
.Cont {
width: 912px;
overflow:hidden;
float:left;
height: 203px;
}
.rollBox .ScrCont {
 width:10000000px;
}

.rollBox .Cont a:link, .rollBox .Cont a:visited {
 color:#fff;
 text-decoration:none;
    font-weight: bold;
}
.rollBox .Cont a:hover {
 color:#f00;
 text-decoration:underline;
}
.rollBox #List1, .rollBox #List2 {
 float:left;
}
</pre></body></html>